!pr0
An Easier QUIT from ProDOS.........................Mark Jackson
                                                    Chicago, IL

When using a hard disk with ProDOS it is often useful to use the MLI QUIT call to go from one application to another.  However, if you are deep within a subdirectory the QUIT code makes you retype the entire Prefix if you want to shorten it.  To allow the use of the right arrow during the QUIT call do the following:

!lm+5
UNLOCK PRODOS
BLOAD PRODOS,A$2000,TSYS
CALL-151
5764:75      (for ProDOS 1.1.1 -- use 5964 for 1.0.1)
BSAVE PRODOS,A$2000,TSYS
LOCK PRODOS
!lm-5

This changes the input call to $FD75 which allows right arrow input.  There is one drawback:  now to restore the prompted prefix you must press ESCape when asked for the Pathname of the next application.
